From: Adrian Bunk Date: Tue, 8 Feb 2022 15:03:57 +0000 (+0200) Subject: src/Makefile: Also stop compiling kamcmd from here X-Git-Tag: archive/raspbian/5.5.4-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=3064f66749edb0d1b02a8c0058100e677601ee5a;p=kamailio.git src/Makefile: Also stop compiling kamcmd from here Gbp-Pq: Name 0001-src-Makefile-Also-stop-compiling-kamcmd-from-here.patch --- diff --git a/src/Makefile b/src/Makefile index 14cc0d7e..3c8dcdaf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -204,7 +204,7 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods))) # list of utils directories that should be compiled by make utils -C_COMPILE_UTILS= ../utils/kamcmd +C_COMPILE_UTILS= # kamcmd is now installed by ctl # list of binaries that should be installed alongside # (they should be created after make utils, see C_COMPILE_UTILS) C_INSTALL_BIN= # kamcmd is now installed by ctl